home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000404_news@columbia.edu_Sat Feb 4 16:53:59 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA00964
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 4 Feb 1995 11:54:05 -0500
  3. Received: by apakabar.cc.columbia.edu id AA23980
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 4 Feb 1995 11:54:04 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Can't Kermit on new installation
  9. Date: 4 Feb 1995 16:53:59 GMT
  10. Organization: Columbia University
  11. Lines: 24
  12. Message-Id: <3h0bf7$ncs@apakabar.cc.columbia.edu>
  13. References: <3gqjcm$bos@nyx.cs.du.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3gqjcm$bos@nyx.cs.du.edu>,
  18. Francis Fisher <ffisher@nyx.cs.du.edu> wrote:
  19. >
  20. >Problem:  Can't transfer binary files via Kermit ...yet I have no
  21. >trouble with ASCII transfers. Conditions: I call a new HP-UX from
  22. >my home dos-based pc. The modem is a Sportster v.34 at modem speeds
  23. >from 2400 thru 28800, set at N-8-1. Whether I start Kermit on the
  24. >new HP or telneted to the NYX freenet computer, the session stops
  25. >quickly after 12 'bad checksums.' 
  26. >
  27. Try "set parity space".  Probably you are going through a terminal
  28. server or somesuch that is not passing 8 bits through.
  29.  
  30. This question seems to come up at least once a week, so I'd better
  31. add it to the FAQ:
  32.  
  33.   ftp://kermit.columbia.edu/FAQ.TXT
  34.  
  35. >One version of kermit is C-Kermit, 4E(072) 24 Jan 89, HP 9000 Series HP-UX
  36. >
  37. The current version is 5A(190).  It might help too, since it knows a lot
  38. more about HP-UX than the six-year-old version does that you are using.
  39.  
  40. - Frank